POST api/[Delivery_24_GetRepartidoresDeliveryController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request24d| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| semana | string |
None. |
|
| plataformas | string |
None. |
|
| modo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"semana": "sample string 2",
"plataformas": "sample string 3",
"modo": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.